home *** CD-ROM | disk | FTP | other *** search
/ Mac Warehouse Games Library / MacWarehouse Games Library.dmg / Games / David's Backgammon ƒ / David's Backgammon / David's Backgammon.rsrc / TEXT_138_HelpBasicPlay.txt < prev    next >
Text File  |  1996-03-03  |  4KB  |  120 lines

  1. Note: "Click" means press the mouse button once
  2.  
  3. Note: When the game starts you can determine your color and direction of play by the arrow in the upper corner
  4.                       
  5. START GAME
  6.  
  7. - Click on one of your dice. Your dice are on the right side of the board.
  8.  
  9. - The player with the highest roll (die) moves first using these dice.
  10.  
  11. MOVE PIECE 
  12.  
  13. - Click on a piece to select it. Don't hold the mouse button down.
  14. - Move the piece by moving the mouse 
  15. - Click on new row (not over a piece unless it is the next slot) to put the piece down
  16. -  multiple pieces can be selected by clicking on another piece
  17.  
  18. Note: If you are already holding a piece when you click on a row, the game has to figure out whether you are trying to pickup a piece or put one down. It uses the following logic to determine its repsonse.
  19.  
  20. If you are holding a piece it assumes that you are trying to put it down if you either click over a part of a row that has no piece or you click over the next available slot. 
  21.  
  22. It assumes that you are trying to pick up a piece if you aren't already holding a piece or if you are holding a piece and you click over a piece that is not the next available slot. 
  23.  
  24. DE-SELECT PIECE
  25.  
  26. - Click on the row the piece came from (not over a piece unless it is the slot it came from) or on the word BAR
  27.  
  28. TAKE BACK MOVE 
  29.  
  30. - Click on the word BAR in the center of the board or pick up the piece and put it back.
  31.  
  32. BEAR OFF A PIECE
  33.  
  34. - Bear off a piece by clicking on the piece then on your tray - your tray is the one with your color at the end
  35.  
  36. CAN'T USE BOTH DICE
  37.  
  38. - When it is imposible to use both dice, click on the dice to pass play to your opponent
  39.  
  40. FORGOT WHERE THE PIECE CAME FROM
  41.  
  42. - click on the word BAR
  43.  
  44. NEED HELP
  45.  
  46. - Click on the Arrow in the upper corner or
  47.   
  48. - Press HELP key or Select a Help-item in the INFO menu or press the H key.
  49.  
  50. WANT INFORMATION
  51.  
  52. - Move the cusor along the bottom of the board frame.  The cursor will change to the following characters as it is moved along.
  53.  
  54.   P   displays the pip count
  55.   R   displays the rolls to get all pieces off
  56.   S   show the "best" move choices
  57.   M   make the "best" move
  58.   C    show the computers "Best" moves
  59.   N    bring up the Note Pad
  60.   
  61. - Move the curor into the Score area between the two trays. Click when the cursor changes to a W. Computer will tell who is ahead. 
  62.   
  63. HIDE GAME QUICKLY (in case your boss is coming)
  64.  
  65. - Press the ESCAPE key.
  66.  
  67. - This will hide the board and give a normal looking menu bar.  
  68.  
  69. - To unhide the board press the Escape key again or select Resume under the File menu.    
  70.  
  71. Note:  If you have made another program the active program then you will have to select the game again from the application menu, then do the above to unhide it.
  72.  
  73. Keyboard Input
  74.  
  75. All play can be done using the mumeric keypad.
  76. First select "Show Row Numbers" from the Options menu.
  77.  
  78. To roll the dice press the + key
  79.  
  80. To make a move enter the "from row" number, then
  81. enter a period, then the distance to move, then press the the ENTER key.
  82. e.g.  5.11 would move from the 5 row to the 16 row.
  83.  
  84. 0        is for the BAR row.
  85. -        is the same as clicking on the BAR to take back a move
  86. *        is the same as clicking on the cube for doubling
  87. +        is the same as selecting YES
  88. -        is the same as selecting NO
  89. ENTER key alone repeats the last FROM row using the other die
  90.  
  91. Enter incorrectly?  Just press the ENTER key.  Then enter the whole move again.
  92.  
  93.  
  94. Custom Board Colors
  95.  
  96. Your can change the board colors by creating a custom color file.
  97.  
  98. Use a text editor such as NotePad to create a custom color file. Below is an example file.
  99.  
  100. BORDERCOLOR 25 90 85
  101. BOARDFRAMECOLOR 0 50 100
  102. BOARDFIELDCOLOR 50 130 70
  103. DARKROWCOLOR 0 50 100 
  104. LITEROWCOLOR 0 90 160
  105. DARKPIECECOLOR 180 60 60
  106. LITEPIECECOLOR 220 220 000
  107.  
  108. The numbers are RGB color values(Red Green Blue). They vary from 0, the least amount of the color, to 255 which is the most amount of the color. Some of the most common colors are:
  109.  
  110. red  255 0 0  
  111. green 0 255 0
  112. blue   0 0 255
  113. yellow 255 255 0
  114.  
  115. The words must be spelled correctly and at least one space between each item.
  116.  
  117. Save the file with any name you like with a .col extension. e.g. Green.col
  118.  
  119. If you leave out BORDERCOLOR  the border will be marble.
  120.